Gets the expression used to obtain key value from an element of the indexed collection.
Namespace:
C1.LiveLinq.IndexingAssembly: C1.LiveLinq (in C1.LiveLinq.dll)
Syntax
| C# |
|---|
public Expression<Func<T, TKey>> KeySelector { get; } |
| Visual Basic |
|---|
Public ReadOnly Property KeySelector As Expression(Of Func(Of T, TKey)) Get |